docs(#6456): align SKILL.md bot-login refs with GraphQL-format constants - #6457
Conversation
PR #6206 updated REVIEW_BOT_LOGIN in nextwork.py to use the GraphQL-format login `fullsend-ai-review` (without `[bot]` suffix). Three references in skills/nextwork/SKILL.md still used the old REST-format `fullsend-ai-review[bot]`, creating documentation drift. Remove the `[bot]` suffix from lines 55 (--resolve-threads), 88 (waiting_fix status), and 253 (bot_only field) to match the code constants. Note: pre-commit could not run (sandbox network policy blocked hook environment setup). Markdown link checker passed. Closes #6456
|
🤖 Finished Review · ✅ Success · Started 7:30 PM UTC · Completed 7:40 PM UTC Commit: |
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
ReviewFindingsMedium
|
|
🤖 Finished Retro · ✅ Success · Started 8:27 AM UTC · Completed 8:39 AM UTC Commit: Runtime: claude · Model: opus → claude-opus-4-6 · Cost: $3.62 |
Retro: PR #6457 — align SKILL.md bot-login refs with GraphQL-format constantsTimelineThis PR is the result of a full end-to-end automation loop that worked cleanly:
What went well
Existing issues with new evidence
Agents repoAll agents resolved from Proposals filed
|
Summary
[bot]suffix from threefullsend-ai-review[bot]references inskills/nextwork/SKILL.md(lines 55, 88, 253)REVIEW_BOT_LOGINconstant innextwork.py, which was updated to use GraphQL-format logins (without[bot]suffix) in PR fix(#6205): strip [bot] suffix from bot-login constants in nextwork.py #6206Context
PR #6206 fixed bot-login constants to use GraphQL-format logins, but the review agent's finding about stale SKILL.md references was not addressed before merge. This PR completes that cleanup.
Testing
grep -c '\[bot\]' skills/nextwork/SKILL.mdreturns 0fullsend-ai-reviewmake lint-md-links) passed with 0 errorsCloses #6456
Post-script verification
agent/6456-fix-skill-bot-login-refs)eeeab1a01ddfef5cdaf16424dcd21878cb557eaf..HEAD)